Transfer Family

aws/migration aws/storage aws/service

💡 Definition

AWS Transfer Family is a fully managed service that enables the transfer of files directly into and out of S3 or EFS using standard transfer protocols: SFTP (Secure Shell File Transfer Protocol), FTPS (File Transfer Protocol over SSL), and FTP (File Transfer Protocol).

🔑 Key Concepts

⚙️ How it Works

  1. Create Server: You create a Transfer Family server endpoint.
  2. Map Users: You map your users (using SSH keys or passwords) to IAM roles and S3 buckets/EFS directories.
  3. Transfer: Users connect using their standard FTP/SFTP clients (like FileZilla) and upload/download files.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * S3 * EFS * DataSync